all: acctedit

acctedit: acctedit.c
	gcc -Wall -W -g -O2 -I../src/common -o acctedit acctedit.c -lncurses

clean:
	rm acctedit
